Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strzel-a committed Mar 4, 2012
1 parent 83eaace commit 79ece93
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Expand Up @@ -13,10 +13,9 @@ end

group :development do
gem 'guard-annotate'
gem 'rails-footnotes', :git => 'https://github.com/josevalim/rails-footnotes.git'
end

gem 'rails-footnotes', :git => 'https://github.com/josevalim/rails-footnotes.git'

gem 'jquery-rails'

#
Expand Down
10 changes: 6 additions & 4 deletions config/initializers/rails_footnotes.rb
Expand Up @@ -3,13 +3,13 @@

Footnotes::Filter.notes = [:integration, :javascripts, :current_user, :queries, :log]
# ... other init code
end


#
# Show view
#
module Footnotes
module Notes
#
module Footnotes
module Notes
class IntegrationNote < AbstractNote
def initialize(controller)
@params = controller.params.symbolize_keys
Expand Down Expand Up @@ -67,3 +67,5 @@ def content
end
end
end

end

0 comments on commit 79ece93

Please sign in to comment.