Sha256: dd43bc807a0f2a003ca5cc5ec2e72b55d70ab4b8ddd1f845fb3817a18c01c97d
Contents?: true
Size: 397 Bytes
Versions: 5
Compression:
Stored size: 397 Bytes
Contents
class NodeType < ActiveRecord::Base set_table_name :node_type set_primary_key :type # Relationships # Constraints validates_numericality_of :has_title, :has_body, :min_word_count, :custom, :modified, :locked validates_presence_of :name, :module, :description, :help, :has_title, :title_label, :has_body, :body_label, :min_word_count, :custom, :modified, :locked, :orig_type end
Version data entries
5 entries across 5 versions & 1 rubygems