mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-09 23:08:05 -05:00
8 lines
185 B
Ruby
8 lines
185 B
Ruby
# frozen_string_literal: true
|
|
|
|
# Load the rails application.
|
|
require File.expand_path('../application', __FILE__)
|
|
|
|
# Initialize the rails application.
|
|
RailsApp::Application.initialize!
|