Sha256: d201daa76d1a642b477cc78be2f580ece573c68adb2f76af50220af2b14097ef
Contents?: true
Size: 386 Bytes
Versions: 1
Compression:
Stored size: 386 Bytes
Contents
module Para class NestedFieldsGenerator < Para::Generators::NamedBase include Para::Admin::BaseHelper include Para::Generators::FieldHelpers source_root File.expand_path("../templates", __FILE__) def generate_fields template( "_nested_fields.html.haml", "app/views/admin/#{ plural_namespaced_path }/_fields.html.haml" ) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
para-0.4.0 | lib/generators/para/nested_fields/nested_fields_generator.rb |