Sha256: 8bea3ed52a322365692b0fbd662e422f887e4a13482e160c0ab5376630a10176
Contents?: true
Size: 237 Bytes
Versions: 2
Compression:
Stored size: 237 Bytes
Contents
require_dependency "twitter_lti/application_controller" module TwitterLti class LtiController < ApplicationController def index @launch_params = params.reject!{ |k,v| ['controller','action'].include? k } end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
twitter_lti-0.0.3 | app/controllers/twitter_lti/lti_controller.rb |
twitter_lti-0.0.2 | app/controllers/twitter_lti/lti_controller.rb |