Sha256: 3220a6aa925854c90fecbed1dd5e47c3fff8bf380f7c6e4702a51f675532b557
Contents?: true
Size: 427 Bytes
Versions: 1
Compression:
Stored size: 427 Bytes
Contents
module BulletTrain module SuperScaffolding module Templates class Engine < ::Rails::Engine initializer "bullet_train.super_scaffolding.templates.register_template_path" do |app| # Register the base path of this package with the Super Scaffolding engine. BulletTrain::SuperScaffolding.template_paths << File.expand_path('../../../../..', __FILE__) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bullet_train-super_scaffolding-templates-1.0.4 | lib/bullet_train/super_scaffolding/templates/engine.rb |