Class: C80News::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/c80_news/application_controller.rb

Instance Method Summary collapse

Instance Method Details

#guruObject



8
9
10
11
12
# File 'app/controllers/c80_news/application_controller.rb', line 8

def guru
  respond_to do |format|
    format.js
  end
end