diff --git a/Pearlception/app/views/pages/IVA/MS.html.erb b/Pearlception/app/views/pages/IVA/MS.html.erb index 2a1a11e..b8deafe 100644 --- a/Pearlception/app/views/pages/IVA/MS.html.erb +++ b/Pearlception/app/views/pages/IVA/MS.html.erb @@ -5,7 +5,7 @@ - + diff --git a/Pearlception/lib/subdomain.rb b/Pearlception/lib/subdomain.rb index 28c300c..0761b0e 100644 --- a/Pearlception/lib/subdomain.rb +++ b/Pearlception/lib/subdomain.rb @@ -2,4 +2,4 @@ class Subdomain def self.matches?(request) request.subdomain.present? && request.subdomain == 'pearlception' end -end \ No newline at end of file +end