Skip to content

Commit

Permalink
make sure to include view helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
paulca committed Feb 15, 2010
1 parent 3e06268 commit 2029dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ begin
require 'jeweler'
Jeweler::Tasks.new do |s|
s.name = "shakespeare"
s.version = "0.2.1"
s.version = "0.2.2"
s.author = "Paul Campbell"
s.email = "paul@rslw.com"
s.homepage = "http://www.github.com/paulca/shakespeare"
Expand Down
1 change: 1 addition & 0 deletions lib/shakespeare.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
require 'shakespeare/view_helpers'

ApplicationController.send(:include, Shakespeare::Helpers)
ActionView::Base.send(:include, Shakespeare::Helpers)
ActionView::Base.send(:include, Shakespeare::ViewHelpers)

0 comments on commit 2029dc0

Please sign in to comment.