Skip to content

Instantly share code, notes, and snippets.

@mikecmpbll
Forked from joelbrewer/home.rb
Last active August 29, 2015 13:56
Show Gist options
  • Save mikecmpbll/9252825 to your computer and use it in GitHub Desktop.
Save mikecmpbll/9252825 to your computer and use it in GitHub Desktop.
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