Sha256: 8ff8387da181d165c2ec72d56a676bc4907f24271ce29dbd74c7a1b094f65600
Contents?: true
Size: 403 Bytes
Versions: 2
Compression:
Stored size: 403 Bytes
Contents
require 'rubygems' require 'forml/version' require 'rails/generators/forml/assets/assets_generator' require 'rails/engine' require 'forml/forml_engine' require 'forml/forml_template' module Forml class FormlRails < Rails::Engine config.app_generators.javascript_engine :forml initializer :register_forml do |app| app.assets.register_engine '.forml', FormlTemplate end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
forml-rails-0.0.5 | lib/forml-rails.rb |
forml-rails-0.0.4 | lib/forml-rails.rb |