Class: Glyphs::Railtie

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

Overview

Loaded only when Rails is present (see the guard in lib/glyphs.rb). Its sole job is to expose the icon-pruning rake task to consuming apps. Kept a Railtie, not an Engine: glyphs contributes no routes, views, or migrations.