Class: Volt::NoticesController

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

Instance Attribute Summary

Attributes inherited from ModelController

#attrs

Instance Method Summary collapse

Methods inherited from ModelController

#channel, #controller, #flash, #go, #initialize, #loaded?, #local_store, #method_missing, #model, model, #model=, new, #params, #respond_to?, #store, #tasks, #url

Methods included from ReactiveAccessors

included

Constructor Details

This class inherits a constructor from Volt::ModelController

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Volt::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