Class: Refinery::FastController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
core/app/controllers/refinery/fast_controller.rb

Direct Known Subclasses

SitemapController

Instance Method Summary collapse

Instance Method Details

#messageObject



4
5
6
# File 'core/app/controllers/refinery/fast_controller.rb', line 4

def message
  render :partial => '/refinery/message', :layout => false
end