class Para::FormGenerator

Public Instance Methods

generate_form() click to toggle source
# File lib/generators/para/form/form_generator.rb, line 8
def generate_form
  template(
    "_form.html.haml",
    "app/views/admin/#{ plural_namespaced_path }/_form.html.haml"
  )
end