Class: TheLocal::Railtie

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

Overview

Minimal Railtie whose only job is to expose the ‘the_local:refresh` rake task to the host app. Registration deliberately does NOT use a Railtie (it happens at gem load — see the design plan); this is purely task exposure.