app/controllers/tally/application_controller.rb in tally-1.0.0.beta1 vs app/controllers/tally/application_controller.rb in tally-1.0.0
- old
+ new
@@ -1,4 +1,6 @@
+require "kaminari/activerecord"
+
module Tally
class ApplicationController < ActionController::Base
protect_from_forgery with: :exception