Skip to content

Instantly share code, notes, and snippets.

@defp
Forked from Digi-Cazter/gist:3352312
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save defp/ecd66621314ff92a0f3b to your computer and use it in GitHub Desktop.
Save defp/ecd66621314ff92a0f3b to your computer and use it in GitHub Desktop.
#
# config/application.rb
#
require 'active_record/connection_adapters/mysql2_adapter'
module App
class Application < Rails::Application
ActiveRecord::ConnectionAdapters::Mysql2Adapter.emulate_booleans = false
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment