Class: Volt::NoticesController

Inherits:
ModelController show all
Defined in:
app/volt/controllers/notices_controller.rb

Instance Method Summary collapse

Methods inherited from ModelController

#channel, #controller, #flash, #go, #initialize, #method_missing, #model, model, #model=, new, #paged, #params, #store, #tasks, #url

Methods included from ReactiveAccessors

included

Constructor Details

This class inherits a constructor from ModelController

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ModelController

Instance Method Details

#heyObject



5
6
7
# File 'app/volt/controllers/notices_controller.rb', line 5

def hey
  "yep"
end

#pageObject



9
10
11
# File 'app/volt/controllers/notices_controller.rb', line 9

def page
  $page.page
end