Skip to content

Commit

Permalink
Removed ActionView references
Browse files Browse the repository at this point in the history
  • Loading branch information
nbibler committed Dec 6, 2008
1 parent 7aecdee commit 08dffda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ $hoe = Hoe.new('simplepay', Simplepay::VERSION) do |p|
p.changes = p.paragraphs_of("History.txt", 0..1).join("\n\n")
p.rubyforge_name = p.name
p.extra_deps = [
['activesupport','>= 2.0.2'],
['actionpack','>= 2.0.2']
['activesupport','>= 2.0.2']
]
p.extra_dev_deps = [
['newgem', ">= #{::Newgem::VERSION}"]
Expand Down
7 changes: 0 additions & 7 deletions lib/simplepay/helpers/form_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# require 'action_view/helpers/form_tag_helper'
# require 'action_view/helpers/capture_helper'
require 'erb'

module Simplepay
module Helpers

Expand All @@ -27,9 +23,6 @@ def self.tag_options(options)
end
end

# extend ActionView::Helpers::TagHelper
# extend ActionView::Helpers::FormTagHelper
# extend ActionView::Helpers::CaptureHelper
end

end
Expand Down

0 comments on commit 08dffda

Please sign in to comment.