Class: StaticController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- StaticController
- Defined in:
- app/controllers/static_controller.rb
Instance Method Summary collapse
Instance Method Details
#mendeley ⇒ Object
10 11 12 13 14 15 |
# File 'app/controllers/static_controller.rb', line 10 def mendeley respond_to do |format| format.html format.js { render :layout => false } end end |
#zotero ⇒ Object
4 5 6 7 8 9 |
# File 'app/controllers/static_controller.rb', line 4 def zotero respond_to do |format| format.html format.js { render :layout => false } end end |