-
-
Save mikecmpbll/9252825 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def home | |
render 'signed_out_home' and return unless signed_in? | |
current_user.active_subscription? ? load_signed_in_page : redirect_to plans_path | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment