mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
6 lines
189 B
Ruby
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
|