summaryrefslogtreecommitdiff
path: root/engines/billing/app/controllers/subscription_controller.rb
diff options
context:
space:
mode:
authorclaucece <soficeli0@gmail.com>2015-09-25 00:04:19 -0500
committerclaucece <soficeli0@gmail.com>2015-10-05 22:41:20 -0500
commitb26d10fe7d87b570bd888fa2a2543f3675278f8b (patch)
tree2b73a88026b78ef5f78a881ac7c0eac91d6632ac /engines/billing/app/controllers/subscription_controller.rb
parent577c1f3e92040ab79fcd67b818c7dc8531aaa211 (diff)
add subscriptions
Diffstat (limited to 'engines/billing/app/controllers/subscription_controller.rb')
-rw-r--r--engines/billing/app/controllers/subscription_controller.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/engines/billing/app/controllers/subscription_controller.rb b/engines/billing/app/controllers/subscription_controller.rb
deleted file mode 100644
index 5328c48..0000000
--- a/engines/billing/app/controllers/subscription_controller.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-class SubscriptionsController < BillingBaseController
-
-before_filter :require_admin
-before_filter :require_login
-before_filter :confirm_cancel_subscription, :only => [:destroy]
-before_filter :confirm_no_pending_active_pastdue_subscription, :only => [:new, :create]
-before_filter :confirm_self, :only => [:new, :create]