Class: DragonRuby::Rack::Railtie
- Inherits:
-
Rails::Railtie
- Object
- Rails::Railtie
- DragonRuby::Rack::Railtie
- Defined in:
- lib/dragonruby/rack/railtie.rb
Overview
Everything Rails-specific in the gem is here and in lib/generators. The railtie is loaded only when Rails is already in the process (see lib/dragonruby/rack.rb), so requiring this file is what makes the gem a Rails gem — nothing else in it knows about Rails at all.