Skip to content

Instantly share code, notes, and snippets.

@WassifAziz
Created May 31, 2012 09:36
Show Gist options
  • Save WassifAziz/2842258 to your computer and use it in GitHub Desktop.
Save WassifAziz/2842258 to your computer and use it in GitHub Desktop.
def index
@minutes = params[:minutes]
@minutes = 500
if minutes <= 500
p "you have used under 500 minutes"
else
p "you have used over 500 minutes"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment