Commit 2180ea91 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Annotate mode

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 0d64f2c4
# == Schema Information
#
# Table name: appearances
#
# id :integer not null, primary key
# title :string(255)
# description :text
# logo :string(255)
# updated_by :integer
# created_at :datetime
# updated_at :datetime
# dark_logo :string(255)
# light_logo :string(255)
#
class Appearance < ActiveRecord::Base
validates :title, presence: true
validates :description, presence: true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment