summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-23 20:52:56 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-23 20:52:56 -0400
commit9b9f6ca15bd5523ce1cdcba363c5c88c777e561e (patch)
tree69dbb2f97bcc1d1bd49ce7a61f33fd6115624af4
parent256142285eb349d19ea3418dbaaaff41a73eba21 (diff)
remove the static controller (use the main controller)
-rwxr-xr-xgenerate.sh1
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