heylium_app/app/models/lang_page.rb
Nicolas Bally 8e18de4077 initial
2016-08-03 00:22:29 +02:00

11 lines
196 B
Ruby
Executable File

class LangPage < ActiveRecord::Base
belongs_to :lang_site
belongs_to :page
#attr_accessor :force_validation
validates :title, :presence => true #, :if => :force_validation
end