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