Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
class ApplicationController < ActionController::Base
include PageHelper

protect_from_forgery(with: :exception)
before_action(:check_api!)
before_action(:store_user_location!, if: :storable_location?)

Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
module CandidatusExcubia
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 5.1
config.load_defaults 5.2

# Boolean handling of SQLite3
config.active_record.sqlite3&.represent_boolean_as_integer = true
Expand Down
Loading