mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-08 22:37:57 -05:00
5 lines
158 B
Ruby
5 lines
158 B
Ruby
# This file is used by Rack-based servers to start the application.
|
|
|
|
require ::File.expand_path('../config/environment', __FILE__)
|
|
run RailsApp::Application
|