diff --git a/db/seeds/team/torrocus.rb b/db/seeds/team/torrocus.rb index d470eb8d..114a9292 100644 --- a/db/seeds/team/torrocus.rb +++ b/db/seeds/team/torrocus.rb @@ -1,6 +1,6 @@ torrocus = Person.where(nickname: 'torrocus').first_or_initialize torrocus.assign_attributes( - blog: 'https://torrocus.com/blog/', + blog_url: 'https://torrocus.com/blog/', description: 'Ruby on Rails developer', facebook: 'torrocus', first_name: 'Alex', @@ -15,7 +15,7 @@ Agile, Team Building, Linux Server Administration, Remote Work, Product Development ), twitter: 'torrocus', - website: 'https://torrocus.com' + website_url: 'https://torrocus.com' ) I18n.locale = :en diff --git a/db/seeds/team/womanonrails.rb b/db/seeds/team/womanonrails.rb index 5e73e1f5..23684f29 100644 --- a/db/seeds/team/womanonrails.rb +++ b/db/seeds/team/womanonrails.rb @@ -1,6 +1,6 @@ womanonrails = Person.where(nickname: 'womanonrails').first_or_initialize womanonrails.assign_attributes( - blog: 'https://womanonrails.com', + blog_url: 'https://womanonrails.com', description: 'Ruby on Rails developer', facebook: 'womanonrails', first_name: 'Agnieszka',