method
stylesheets
v6.1.3.1 -
Show latest stable
- Class:
Rails::PluginBuilder
stylesheets()public
No documentation available.
# File railties/lib/rails/generators/rails/plugin/plugin_generator.rb, line 152
def stylesheets
if mountable?
copy_file "rails/stylesheets.css",
"app/assets/stylesheets/#{namespaced_name}/application.css"
elsif full?
empty_directory_with_keep_file "app/assets/stylesheets/#{namespaced_name}"
end
end