Sha256: 514a0ef5cbaac5f227168650c91a2b59a5b0eb386225d3da73d7f3aeabb4077d
Contents?: true
Size: 407 Bytes
Versions: 56
Compression:
Stored size: 407 Bytes
Contents
module Para class TableGenerator < Para::Generators::NamedBase include Para::Admin::BaseHelper include Para::Generators::FieldHelpers source_root File.expand_path('../templates', __FILE__) desc 'Para resources table generator' def generate_table template( "_table.html.haml", "app/views/admin/#{ plural_namespaced_path }/_table.haml" ) end end end
Version data entries
56 entries across 56 versions & 1 rubygems