Repository URL to install this package:
|
Version:
4.0.0.pre.3 ▾
|
module Core
class Promotion < ActiveRecord::Base
has_many :organisation_venues
validates :title, presence: true
default_scope { order('sort_order') }
end
end