class Rails::Railtie

def configure(&block)

subclasses of Railtie so we provide the class method here.
Railtie::Configurable, but this module is no longer required for all
Allows you to configure the railtie. This is the same method seen in
def configure(&block)
  instance.configure(&block)
end