Skip to content

Instantly share code, notes, and snippets.

@sarsena
Last active August 29, 2015 14:04
Show Gist options
  • Save sarsena/ecf7f6ed87669fc1013e to your computer and use it in GitHub Desktop.
Save sarsena/ecf7f6ed87669fc1013e to your computer and use it in GitHub Desktop.
Phase 2?
class Response < ActiveRecord::Base
def phase2?
if self == "yes"
"Nah, Im Good"
elsif self =="no"
"Nah I only want to work for Phase2"
end
end
end
response.phase2?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment