Newer
Older
dmpopidor / app / models / splash_log.rb
@Bodacious Bodacious on 12 Jul 2018 262 bytes Add annotate gem for models and Gemfile
# == Schema Information
#
# Table name: splash_logs
#
#  id          :integer          not null, primary key
#  destination :string
#  created_at  :datetime         not null
#  updated_at  :datetime         not null
#

class SplashLog < ActiveRecord::Base
end