Class: Refinery::FastController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Refinery::FastController
- Defined in:
- core/app/controllers/refinery/fast_controller.rb
Direct Known Subclasses
Instance Method Summary (collapse)
Instance Method Details
- (Object) message
8 9 10 |
# File 'core/app/controllers/refinery/fast_controller.rb', line 8 def render :partial => '/refinery/message', :layout => false end |
- (Object) wymiframe
4 5 6 |
# File 'core/app/controllers/refinery/fast_controller.rb', line 4 def wymiframe render :template => "/refinery/wymiframe", :layout => false end |