Class: TwitterLti::ApplicationController

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

Direct Known Subclasses

ApiController, LtiController

Instance Method Summary collapse

Instance Method Details

#set_default_headersObject



5
6
7
# File 'app/controllers/twitter_lti/application_controller.rb', line 5

def set_default_headers
  response.headers['X-Frame-Options'] = 'ALLOWALL'
end