* Add protected_attributes gem dependency; * Remove deprecated usages of AR .find method;
6 lines
151 B
Ruby
6 lines
151 B
Ruby
# Load the Rails application.
|
|
require File.expand_path('../application', __FILE__)
|
|
|
|
# Initialize the Rails application.
|
|
Scube::Application.initialize!
|