Class: Panko::Crud

Inherits:
Base
  • Object
show all
Defined in:
lib/panko/crud.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Panko::Base

Instance Method Details

#buildObject



6
7
8
9
10
11
# File 'lib/panko/crud.rb', line 6

def build
  super
  add_index
  add_show
  add_new_or_edit
end