Sha256: db0a51ac509f0754f858f6c36e15729bb6019c2384055e1de45153675249454f
Contents?: true
Size: 366 Bytes
Versions: 32
Compression:
Stored size: 366 Bytes
Contents
<h2>Params</h2> <pre> <%= debug params.inspect %> </pre> <h2>Belongs to</h2> <pre> <%= debug @belongs_to_fields.inspect %> </pre> <h2>Has_many</h2> <pre> <%= debug @has_many_fields.inspect %> </pre> <h2>Has_one</h2> <pre> <%= debug @has_one_fields.inspect %> </pre> <h2>Nested</h2> <pre> <%= debug @model_class.nested_attributes_options.keys %> </pre>
Version data entries
32 entries across 32 versions & 1 rubygems