Class: JavascriptController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- JavascriptController
- Defined in:
- app/controllers/javascript_controller.rb
Instance Method Summary collapse
- #close ⇒ Object
- #forms ⇒ Object
- #ga_events ⇒ Object
- #index ⇒ Object
- #responsive_resize ⇒ Object
- #switch ⇒ Object
Instance Method Details
#close ⇒ Object
6 7 |
# File 'app/controllers/javascript_controller.rb', line 6 def close end |
#forms ⇒ Object
9 10 |
# File 'app/controllers/javascript_controller.rb', line 9 def forms end |
#ga_events ⇒ Object
12 13 |
# File 'app/controllers/javascript_controller.rb', line 12 def ga_events end |
#index ⇒ Object
2 3 4 |
# File 'app/controllers/javascript_controller.rb', line 2 def index end |
#responsive_resize ⇒ Object
15 16 |
# File 'app/controllers/javascript_controller.rb', line 15 def responsive_resize end |
#switch ⇒ Object
18 19 |
# File 'app/controllers/javascript_controller.rb', line 18 def switch end |