mirror of
https://github.com/oonyeje/Pearlception_Website_RoR.git
synced 2025-12-25 11:47:41 +00:00
- This will need to revamped later on to potentially have a rack app serving the different rails applications and static website.
5 lines
124 B
Ruby
5 lines
124 B
Ruby
class Subdomain
|
|
def self.matches?(request)
|
|
request.subdomain.present? && request.subdomain == 'pearlception'
|
|
end
|
|
end |