Sha256: 9d7e9f482a4c527b98302f5a66e6aba6f9237a53435c8af010452fb29be65e04
Contents?: true
Size: 240 Bytes
Versions: 1
Compression:
Stored size: 240 Bytes
Contents
module Archer class History < ActiveRecord::Base self.table_name = "archer_history" if ActiveRecord::VERSION::STRING.to_f >= 7.1 serialize :commands, coder: Coder else serialize :commands, Coder end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
archer-rails-1.0.0 | lib/archer/history.rb |