Module: UsefullTable

Defined in:
lib/usefull_table/exceptions.rb,
lib/usefull_table.rb,
lib/usefull_table/engine.rb,
lib/usefull_table/version.rb,
lib/usefull_table/table_builder.rb,
app/controllers/usefull_table/table_controller.rb,
lib/generators/usefull_table/install/install_generator.rb,
lib/generators/usefull_table/scaffold/scaffold_generator.rb

Overview

Populate the module with the custom exceptions

Defined Under Namespace

Classes: CustomError, Engine, InstallGenerator, MissingBlock, ScaffoldGenerator, TableBuilder, TableController

Constant Summary collapse

VERSION =
"1.0.9"

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (UsefullTable)

    the object that the method was called on



3
4
5
# File 'lib/usefull_table.rb', line 3

def self.setup
  yield self
end