diff options
| author | mo khan <mo@mokhan.ca> | 2014-10-18 12:30:36 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-10-18 12:30:36 -0600 |
| commit | 7421d9c848ac300582e05d7ef397985e3fb24018 (patch) | |
| tree | a8b2bed2c12649fe384333682135b39a68991d92 /app/controllers/application_controller.rb | |
| parent | 81b8d33d4fc46528acbca059547fc718c12d8682 (diff) | |
add a category search filter.
Diffstat (limited to 'app/controllers/application_controller.rb')
| -rw-r--r-- | app/controllers/application_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index f8cce03f..354f6eb4 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -1,4 +1,5 @@ class ApplicationController < ActionController::Base + include Pageable # Prevent CSRF attacks by raising an exception. # For APIs, you may want to use :null_session instead. protect_from_forgery with: :exception |
