class Para::TableGenerator

Public Instance Methods

generate_table() click to toggle source
# File lib/generators/para/table/table_generator.rb, line 10
def generate_table
  template(
    "_table.html.haml",
    "app/views/admin/#{ plural_namespaced_path }/_table.haml"
  )
end