mirror of
https://github.com/mcasimir/kaminari-bootstrap.git
synced 2022-11-09 13:46:52 -05:00
7 lines
No EOL
103 B
Ruby
7 lines
No EOL
103 B
Ruby
require 'kaminari'
|
|
require 'rails'
|
|
|
|
module KaminariBootstrap
|
|
class Engine < ::Rails::Engine
|
|
end
|
|
end |