Sha256: 7b972589ed7a8305acd58ef28d48230036f9405842c6c59f8c3b29585c117195
Contents?: true
Size: 418 Bytes
Versions: 12
Compression:
Stored size: 418 Bytes
Contents
module FetcheableOnApi module Generators # Create conf file class InstallGenerator < Rails::Generators::Base source_root File.expand_path('../templates', __dir__) desc 'Creates FetcheableOnApi initializer for your application' def copy_initializer template 'fetcheable_on_api_initializer.rb', 'config/initializers/fetcheable_on_api.rb' end end end end
Version data entries
12 entries across 12 versions & 1 rubygems