adds telegram handle to dev seeds and admin settings
This commit is contained in:
@@ -20,6 +20,7 @@ Setting.create(key: 'twitter_handle', value: '@consul_dev')
|
||||
Setting.create(key: 'twitter_hashtag', value: '#consul_dev')
|
||||
Setting.create(key: 'facebook_handle', value: 'consul')
|
||||
Setting.create(key: 'youtube_handle', value: 'consul')
|
||||
Setting.create(key: 'telegram_handle', value: 'consul')
|
||||
Setting.create(key: 'blog_url', value: '/blog')
|
||||
Setting.create(key: 'url', value: 'http://localhost:3000')
|
||||
Setting.create(key: 'org_name', value: 'Consul')
|
||||
|
||||
Reference in New Issue
Block a user