Class: Para::TableGenerator

Inherits:
Generators::NamedBase show all
Defined in:
lib/generators/para/table/table_generator.rb

Instance Method Summary collapse

Methods included from Generators::NameHelpers

#plural_namespaced_path

Instance Method Details

#generate_tableObject



7
8
9
10
11
12
# File 'lib/generators/para/table/table_generator.rb', line 7

def generate_table
  template(
    "_table.html.haml",
    "app/views/admin/#{ plural_namespaced_path }/_table.haml"
  )
end