Skip to content

Instantly share code, notes, and snippets.

@bleonard
Created December 24, 2016 19:19
Show Gist options
  • Save bleonard/f909c0ab4a92384b7ca9f0e91f1b15b6 to your computer and use it in GitHub Desktop.
Save bleonard/f909c0ab4a92384b7ca9f0e91f1b15b6 to your computer and use it in GitHub Desktop.
<head>
<title>NewName</title>
</head>
module NewName
class Application < Rails::Application
# normal stuff
end
end
development:
adapter: mysql2
database: new_name_development
host: ...
NewName::Application.routes.draw do
# routes
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment