Sha256: 5c04a62295306f1edecf9d215265614ab8b46d05b7147714139a689e34174ad2
Contents?: true
Size: 680 Bytes
Versions: 201
Compression:
Stored size: 680 Bytes
Contents
class <%= name %> < ActiveRecord::Base attr_reader :per_page @per_page = 7 attr_writer :inline_forms_attribute_list has_paper_trail <%= @carrierwave_mounters if @carrierwave_mounters.length > 1 -%> <%= @belongs_to if @belongs_to.length > 1 -%> <%= @has_many if @has_many.length > 1 -%> <%= @has_one if @has_one.length > 1 -%> <%= @habtm if @habtm.length > 1 -%> <%= @has_attached_files if @has_attached_files.length > 1 -%> <%= @presentation if @presentation.length > 1 -%> <%= @inline_forms_attribute_list -%> <%= @order if @order.length > 1 -%> def self.not_accessible_through_html? <%= @flag_not_accessible_through_html %> end <%= @order_by_clause -%> end
Version data entries
201 entries across 201 versions & 1 rubygems