Guest User

Untitled

a guest
Jul 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. def add_sitepen_support_repository
  2. self.repository = Repository.factory(SitePen::REPOSITORY_TYPE)
  3. self.repository.attributes = {
  4. :url => SitePen::REPOSITORY_BASE + self.identifier,
  5. :login => SitePen::REPOSITORY_LOGIN,
  6. :password => SitePen::REPOSITORY_PASSWORD
  7. }
  8. self.repository.save
  9. end
Add Comment
Please, Sign In to add comment