Commit c57379a6

mo khan <mo@mokhan.ca>
2013-06-01 14:18:02
fix broken specs
1 parent 55052f5
app/controllers/application_controller.rb
@@ -1,6 +1,5 @@
 class ApplicationController < ActionController::Base
   protect_from_forgery
-  before_filter :initialize_env
 
   private
 
app/controllers/registrations_controller.rb
@@ -1,5 +1,4 @@
 class RegistrationsController < Devise::RegistrationsController
-  before_filter :initialize_env
   #force_ssl
   def edit
     @user = current_user