aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/boolean.rb
blob: e2f1bb8a9a2e9523780a9879af71c88ce40b4ef9 (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true
class Boolean < ActiveRecord::Base
  def has_fun
    super
  end
end