Skip to content

Instantly share code, notes, and snippets.

@riklomas
Created February 4, 2013 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save riklomas/4709812 to your computer and use it in GitHub Desktop.
Save riklomas/4709812 to your computer and use it in GitHub Desktop.
def profile_image=(file_data)
unless file_data.blank?
@file_data = file_data.read
e = file_data.original_filename.split(".").last.downcase
self.profile_image_file = e
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment