Skip to content

Commit

Permalink
Merge pull request #44 from RubenHoms/master
Browse files Browse the repository at this point in the history
Fixes ActionView::Template::Error: uninitialized constant ActionView::CompiledTemplates::BootstrapPagination
  • Loading branch information
nickpad committed Dec 29, 2015
2 parents 22a0663 + 0e8b898 commit f40d82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bootstrap_pagination/action_view.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
module BootstrapPagination
# A custom renderer class for WillPaginate that produces markup suitable for use with Twitter Bootstrap.
class Rails < WillPaginate::ActionView::LinkRenderer
include BootstrapRenderer
include BootstrapPagination::BootstrapRenderer
end
end

0 comments on commit f40d82c

Please sign in to comment.