Class: Portfolio::SocialLink

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/portfolio/social_link.rb

Constant Summary collapse

[
  ['Github', 'http://github.com/[user_name]', 'github'],
  ['Twitter', 'http://twitter.com/[user_name]', 'twitter'],
  ['Linkedin', 'http://www.linkedin.com/in/[user_name]', 'linkedin'],
]