Method: Effective::CrudController#resource

Defined in:
app/controllers/concerns/effective/crud_controller.rb

#resourceObject



28
29
30
# File 'app/controllers/concerns/effective/crud_controller.rb', line 28

def resource # @thing
  instance_variable_get("@#{resource_name}")
end