Skip to content
Snippets Groups Projects
Commit 1d33734e authored by Eric Franz's avatar Eric Franz
Browse files

change class name

parent 1489cd92
No related branches found
No related tags found
1 merge request!17Integrate rails application template into CLI
......@@ -137,7 +137,7 @@ module AweSim
desc "rails new APP_NAME", "create new app"
def rails(cmd, app_name, *args)
AweSim::Rails.create(app_name, *args)
AweSim::RailsApp.create(app_name, *args)
end
end
end
require "thor"
module AweSim
class Rails
class RailsApp
def self.create(app_name, *args)
tpl = "/nfs/gpfs/PZS0645/awesim/rails-application-template/awesim.rb"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment