Class: Roadie::Railtie

Inherits:
Rails::Railtie
  • Object
show all
Defined in:
lib/roadie/railtie.rb

Overview

Railtie registers Roadie with the current Rails application It adds configuration options:

config.roadie.enabled = true
  Set this to false to disable Roadie completely. This could be useful if
  you don't want Roadie in certain environments.

config.roadie.provider = nil
  You can use this to set a provider yourself. See {Roadie::AssetProvider}.

See Also: