Sha256: 36faa3b50e6aec43ed7b12e8135bb33967382725a909f6b6cd0c607079256542

Contents?: true

Size: 327 Bytes

Versions: 6

Compression:

Stored size: 327 Bytes

Contents

# References:
#  http://edgeguides.rubyonrails.org/engines.html#using-a-class-provided-by-the-application

module OpenStax
  module Connect

    # Inherit from the applications ApplicationController to share some methods
    class ApplicationController < ActionController::Base
      include Lev::HandleWith
    end

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
openstax_connect-0.0.10 app/controllers/openstax/connect/application_controller.rb
openstax_connect-0.0.9 app/controllers/openstax/connect/application_controller.rb
openstax_connect-0.0.8 app/controllers/openstax/connect/application_controller.rb
openstax_connect-0.0.7 app/controllers/openstax/connect/application_controller.rb
openstax_connect-0.0.6 app/controllers/openstax/connect/application_controller.rb
openstax_connect-0.0.5 app/controllers/openstax/connect/application_controller.rb