Sha256: cd1f28ff9187e8261a459cd155a995f9e2ee7c439924881564f5799c0442564c

Contents?: true

Size: 328 Bytes

Versions: 2

Compression:

Stored size: 328 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 < ::ApplicationController
      include Lev::HandleWith
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
openstax_connect-0.0.4 app/controllers/openstax/connect/application_controller.rb
openstax_connect-0.0.3 app/controllers/openstax/connect/application_controller.rb