Skip to content

Commit

Permalink
Merge pull request #138 from projecthydra-labs/active-accounts
Browse files Browse the repository at this point in the history
SplashController should not enforce active accounts
  • Loading branch information
eefahy committed May 6, 2016
2 parents 2cb465d + ac9ecf8 commit ab1378a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/splash_controller.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
class SplashController < ApplicationController
skip_before_action :require_active_account!

layout "multitenant"

def index
Expand Down

0 comments on commit ab1378a

Please sign in to comment.