1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actiontext/lib/tasks/actiontext.rake

6 lines
189 B
Ruby

# frozen_string_literal: true
desc "Copy over the migration, stylesheet, and JavaScript files"
task "action_text:install" do
Rails::Command.invoke :generate, ["action_text:install"]
end