3 lines
76 B
Ruby
3 lines
76 B
Ruby
|
Locomotive.configure do |config|
|
||
|
config.default_domain = 'example.com'
|
||
|
end
|