Sha256: d8f6f5aab05174130b87570ec350a5aec44a6d01aa5eaa4ca81d08df4d5b233f
Contents?: true
Size: 394 Bytes
Versions: 44
Compression:
Stored size: 394 Bytes
Contents
class Node < ActiveRecord::Base include Releaf::Content::Node validates_with Releaf::Content::Node::RootValidator, allow: [HomePage] validates_with Releaf::Content::Node::ParentValidator, for: [ContactsController], under: HomePage validates_with Releaf::Content::Node::SinglenessValidator, for: [ContactsController], under: HomePage def locale_selection_enabled? root? end end
Version data entries
44 entries across 44 versions & 1 rubygems