Skip to content

Instantly share code, notes, and snippets.

@sourcec0de
Created June 25, 2012 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sourcec0de/2990970 to your computer and use it in GitHub Desktop.
Save sourcec0de/2990970 to your computer and use it in GitHub Desktop.
New files for Screen Cast
def index
if current_member.subscription.nil?
redirect_to new_subscription_path
end
end
def index
if current_member.subscription.nil?
redirect_to new_subscription_path
end
end
def index
if current_member.subscription.nil?
redirect_to new_subscription_path
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment