Skip to content

Instantly share code, notes, and snippets.

@benmacleod
Created October 15, 2013 01:09
Show Gist options
  • Select an option

  • Save benmacleod/6985047 to your computer and use it in GitHub Desktop.

Select an option

Save benmacleod/6985047 to your computer and use it in GitHub Desktop.
def password=(password)
Rails.logger.debug "Called password=#{password}"
super(password)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment