module Rails

def configuration

The Configuration instance used to configure the Rails environment
def configuration
  application.config
end