Skip to content

Instantly share code, notes, and snippets.

@ultraspeed
Created September 22, 2009 20:15
Show Gist options
  • Save ultraspeed/191372 to your computer and use it in GitHub Desktop.
Save ultraspeed/191372 to your computer and use it in GitHub Desktop.
if registration?
if supports_automatic_registrations?
if contact_information_valid?
if registration_complete?
toggle!(:processed)
else
return false
end
else
...
end
else
...
end
else
...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment