Sha256: 35ba613f97c79964c1f6a3607f7d90c4e3da7a46258633a2024bd996ab54d6ce
Contents?: true
Size: 318 Bytes
Versions: 4
Compression:
Stored size: 318 Bytes
Contents
module Vision module Generators class JsGenerator < Rails::Generators::Base source_root File.expand_path("../../templates", __FILE__) desc "Create javascripts/vision/application.js file " def copy_view_files directory 'javascripts', "app/assets/javascripts" end end end end
Version data entries
4 entries across 4 versions & 1 rubygems