instance method
create_actiontext_files
Ruby on Rails 6.1.7.10
Since v6.1.7.10Signature
create_actiontext_files()
No documentation comment.
Source
# File actiontext/lib/generators/action_text/install/install_generator.rb, line 44
def create_actiontext_files
template "actiontext.scss", "app/assets/stylesheets/actiontext.scss"
copy_file "#{GEM_ROOT}/app/views/active_storage/blobs/_blob.html.erb",
"app/views/active_storage/blobs/_blob.html.erb"
end
Defined in actiontext/lib/generators/action_text/install/install_generator.rb line 44
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Generators::InstallGenerator