Class: Vimo::ApplicationController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Vimo::ApplicationController
show all
- Defined in:
- app/controllers/vimo/application_controller.rb
Instance Method Summary
collapse
Instance Method Details
#max_per_page ⇒ Object
21
22
23
|
# File 'app/controllers/vimo/application_controller.rb', line 21
def max_per_page
per_page
end
|
#page ⇒ Object
13
14
15
|
# File 'app/controllers/vimo/application_controller.rb', line 13
def page
params[:page].to_i
end
|
#per_page ⇒ Object
17
18
19
|
# File 'app/controllers/vimo/application_controller.rb', line 17
def per_page
50
end
|