class RatingViewCustomize::Generators::InstallGenerator

Public Instance Methods

add_assets() click to toggle source
# File lib/generators/rating_view_customize/install_generator.rb, line 9
def add_assets
  js_manifest = 'app/assets/javascripts/application.js'
  css_manifest = 'app/assets/stylesheets/application.css'
end