class JsFromRoutes::Railtie

NOTE: Not strictly required, but it helps to simplify the setup.

Public Instance Methods

required_default?(key) click to toggle source
Calls superclass method
# File lib/js_from_routes/railtie.rb, line 32
def required_default?(key)
  key == :export ? false : super
end