Sha256: c92adda8f5ef4aa8883ab00229a91b45dda780c17368a3cee2fb2d92011735b2
Contents?: true
Size: 244 Bytes
Versions: 5
Compression:
Stored size: 244 Bytes
Contents
class Opal::AssetsGenerator < ::Rails::Generators::NamedBase source_root File.expand_path('templates', __dir__) def copy_opal template 'javascript.js.rb', File.join('app/assets/javascripts', class_path, "#{file_name}.js.rb") end end
Version data entries
5 entries across 5 versions & 1 rubygems