Class: Shawty
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- Shawty
- Extended by:
- Helpers
- Includes:
- Helpers
- Defined in:
- lib/shawty.rb,
lib/shawty/helpers.rb
Defined Under Namespace
Modules: Helpers
Instance Method Summary collapse
-
#development ⇒ Object
Environments.
Methods included from Helpers
connection, database_config, execute, init, initialize_database, quote, select_column, table_name
Instance Method Details
#development ⇒ Object
Environments
57 |
# File 'lib/shawty.rb', line 57 configure :development do init 'development' end |