engine/lib/locomotive/hosting/default.rb

11 lines
123 B
Ruby

module Locomotive
module Hosting
module Default
def default_hosting?
true
end
end
end
end