Skip to content

Commit

Permalink
adds a couple of missing magic comments [fixes rails#1374]
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Jul 23, 2011
1 parent c300e13 commit 4d8aaff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# encoding: utf-8
require 'date'
require 'active_support/core_ext/time/publicize_conversion_methods'
require 'active_support/core_ext/time/calculations'
Expand Down
1 change: 1 addition & 0 deletions activesupport/lib/active_support/multibyte/unicode.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# encoding: utf-8
module ActiveSupport
module Multibyte
module Unicode
Expand Down

0 comments on commit 4d8aaff

Please sign in to comment.