Sha256: b43bcddd8c1a33db279e7d051aa05104f37585f83ef784a7bc48f699be8e0ddb

Contents?: true

Size: 112 Bytes

Versions: 2

Compression:

Stored size: 112 Bytes

Contents

class ApplicationController < ActionController::Base
  include Pagy::Backend

  def hello
    p hello
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_stats-2.0.1 test/dummy/app/controllers/application_controller.rb
rails_stats-2.0.0 test/dummy/app/controllers/application_controller.rb