Skip to content

Instantly share code, notes, and snippets.

Created March 9, 2012 21:14
Show Gist options
  • Save anonymous/2008739 to your computer and use it in GitHub Desktop.
Save anonymous/2008739 to your computer and use it in GitHub Desktop.
def make_details_visible(visible)
value = @user.profile.detail[:education][:visible].to_s
if value == "true" then return 1 else return 0
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment