Class: TwitterLti::LtiController

Inherits:
ApplicationController show all
Defined in:
app/controllers/twitter_lti/lti_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#set_default_headers

Instance Method Details

#indexObject



6
7
8
# File 'app/controllers/twitter_lti/lti_controller.rb', line 6

def index
  @launch_params = params.reject!{ |k,v| ['controller','action'].include? k }
end