mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-06 03:01:21 -04: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!
|