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

change class name

parent 1489cd92
1 merge request!17Integrate rails application template into CLI
...@@ -137,7 +137,7 @@ module AweSim ...@@ -137,7 +137,7 @@ module AweSim
desc "rails new APP_NAME", "create new app" desc "rails new APP_NAME", "create new app"
def rails(cmd, app_name, *args) def rails(cmd, app_name, *args)
AweSim::Rails.create(app_name, *args) AweSim::RailsApp.create(app_name, *args)
end end
end end
end end
require "thor" require "thor"
module AweSim module AweSim
class Rails class RailsApp
def self.create(app_name, *args) def self.create(app_name, *args)
tpl = "/nfs/gpfs/PZS0645/awesim/rails-application-template/awesim.rb" 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