All Questions
Tagged with classes ruby-on-rails
2 questions
0
votes
1
answer
92
views
Managing several payment means in my Rails 3.2 app
I'm trying to manage several means of payment in my Rails 3.2 application.
Let's say I have 2 means : Credit Cards & Bank Transfers (BIC), working with 2 different payment providers. Those means ...
3
votes
1
answer
255
views
How would you ruby-fy this non-AR model class for Ruby on Rails app?
This is a class from my rails application. It is used as non-database model in my RoR application and uses syntax similar to AR design pattern. I wonder is there a way to make this look more like Ruby ...