class Rails::Application

def initialize!

def initialize!
  run_initializers(self)
  self
end