Sha256: 75e234b67024927ff66e75656b80e29b0b2fad2b326ec9e20409d5c7a4193093
Contents?: true
Size: 440 Bytes
Versions: 5
Compression:
Stored size: 440 Bytes
Contents
class MenuRouter < ActiveRecord::Base set_table_name :menu_router set_primary_key :path # Relationships # Constraints validates_numericality_of :fit, :number_parts, :type, :weight validates_presence_of :load_functions, :to_arg_functions, :access_callback, :page_callback, :fit, :number_parts, :tab_parent, :tab_root, :title, :title_callback, :title_arguments, :type, :block_callback, :description, :position, :weight end
Version data entries
5 entries across 5 versions & 1 rubygems