instance method
stylesheets
Ruby on Rails 6.1.7.10
Since v3.1.12Signature
stylesheets()
No documentation comment.
Source
# 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
Defined in railties/lib/rails/generators/rails/plugin/plugin_generator.rb line 152
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::PluginBuilder