Added pagination to topic#show

This commit is contained in:
2013-01-22 10:26:05 -05:00
parent 38483a9ba7
commit 1d439f2c45
4 changed files with 16 additions and 1 deletions

View File

@@ -24,6 +24,8 @@ gem 'cancan'
gem 'gravtastic', :git => 'https://github.com/chrislloyd/gravtastic.git'
gem 'bb-ruby'
gem 'kaminari-bootstrap'
group :production do
gem 'unicorn'
end