diff options
author | Luke Shumaker <shumakl@purdue.edu> | 2014-04-23 20:52:56 -0400 |
---|---|---|
committer | Luke Shumaker <shumakl@purdue.edu> | 2014-04-23 20:52:56 -0400 |
commit | 9b9f6ca15bd5523ce1cdcba363c5c88c777e561e (patch) | |
tree | 69dbb2f97bcc1d1bd49ce7a61f33fd6115624af4 | |
parent | 256142285eb349d19ea3418dbaaaff41a73eba21 (diff) |
remove the static controller (use the main controller)
-rwxr-xr-x | generate.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/generate.sh b/generate.sh index 9d5fb87..2e576d5 100755 --- a/generate.sh +++ b/generate.sh @@ -71,7 +71,6 @@ bundle exec rails generate migration CreateMatchTeamJoinTable matches teams # Just controllers bundle exec rails generate controller search bundle exec rails generate controller main -bundle exec rails generate controller static # Migrations # By having these separate from the original 'generate', it makes it |