module ActiveRecord

Used by Util#_arel_table_type

Used by Util#_arel_table_type rubocop:disable Style/CommentedKeyword

Public Class Methods

version() click to toggle source
# File lib/duty_free.rb, line 8
def self.version
  ::Gem::Version.new(ActiveRecord::VERSION::STRING)
end