diff options
| author | Jacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home> | 2015-12-23 17:05:29 -0500 |
|---|---|---|
| committer | Jacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home> | 2015-12-23 17:05:29 -0500 |
| commit | b3e4bc5911737db82f2b296a0eed7fcb59fa28bb (patch) | |
| tree | 948797dd0033eb26b2930b1db1608cdfdf4ca42d /app/models/application_setting.rb | |
| parent | 7e43fa67096f60856d1cf862f245367bc710a44f (diff) | |
| parent | 1100eb0c4e319518c3878bba4ac16cf344168ca6 (diff) | |
| download | gitlab-ce-b3e4bc5911737db82f2b296a0eed7fcb59fa28bb.tar.gz | |
resolves conflicts with new buttons
Diffstat (limited to 'app/models/application_setting.rb')
| -rw-r--r-- | app/models/application_setting.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/models/application_setting.rb b/app/models/application_setting.rb index 1f4e8b3ef24..724429e7558 100644 --- a/app/models/application_setting.rb +++ b/app/models/application_setting.rb @@ -134,4 +134,8 @@ class ApplicationSetting < ActiveRecord::Base /x) self.restricted_signup_domains.reject! { |d| d.empty? } end + + def runners_registration_token + ensure_runners_registration_token! + end end |
