Use the proper encoding comment on the file

This commit is contained in:
Rafael Mendonça França 2013-08-06 10:37:50 -03:00
parent 40cc60c270
commit 48e3c462a2

@ -1,3 +1,5 @@
# encoding: utf-8
ActiveRecord::Schema.define do
def except(adapter_names_to_exclude)
unless [adapter_names_to_exclude].flatten.include?(adapter_name)