Skip to content

Instantly share code, notes, and snippets.

@ch1ago
Created March 20, 2012 21:01
Show Gist options
  • Save ch1ago/2141265 to your computer and use it in GitHub Desktop.
Save ch1ago/2141265 to your computer and use it in GitHub Desktop.
class Post
def youtube_url=(value)
self.youtube=value.gsub("http://.../","")
end
def youtube_url
youtube
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment