5 lines
99 B
Ruby
5 lines
99 B
Ruby
class Payment < ActiveRecord::Base
|
|
attr_accessible :profile
|
|
validates_presence_of :profile
|
|
end
|