Sha256: eff94f6777a9df16e9d64b0584fb7e3176b35430ccdf0a961ad6efcfd13908ab
Contents?: true
Size: 180 Bytes
Versions: 2
Compression:
Stored size: 180 Bytes
Contents
class <%= class_name %> < ActiveRecord::Base attr_accessible <%= attributes.map { |a| ":#{a.name}" }.join(", ") %> <%- if declarative? -%> using_access_control <%- end -%> end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
splendeo-generators-0.3.1 | rails_generators/splendeo_scaffold/templates/model.rb |
splendeo-generators-0.3.0 | rails_generators/splendeo_scaffold/templates/model.rb |