Skip to content

Commit

Permalink
Added utf-8 encoding for Ruby 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Semyonov committed Aug 2, 2010
1 parent f20a07c commit 03cfd65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/espresso/view.rb
@@ -1,3 +1,4 @@
# - coding: utf-8 -
require 'espresso'
require 'active_support/core_ext/module'

Expand Down
1 change: 1 addition & 0 deletions lib/espresso/view/will_paginate.rb
@@ -1,3 +1,4 @@
# - coding: utf-8 -
require 'espresso/view'
require 'will_paginate/view_helpers'

Expand Down

0 comments on commit 03cfd65

Please sign in to comment.