class Subdomainify::Railtie

Private: Provide an implement for Rails' hook point.

Public Class Methods

optimize_helper?(route) click to toggle source
# File lib/subdomainify/railtie.rb, line 25
def self.optimize_helper?(route)
  false
end