Sha256: 6f2e337e60dfbd557fd7c78df83ba4b28a7742b52c3ac83f90cb23c156c241a4
Contents?: true
Size: 365 Bytes
Versions: 59
Compression:
Stored size: 365 Bytes
Contents
module Para class FormGenerator < Para::Generators::NamedBase include Para::Admin::BaseHelper include Para::Generators::FieldHelpers source_root File.expand_path("../templates", __FILE__) def generate_form template( "_form.html.haml", "app/views/admin/#{ plural_namespaced_path }/_form.html.haml" ) end end end
Version data entries
59 entries across 59 versions & 1 rubygems