pic_vert_app/app/models/tiny_url.rb
2013-01-08 23:28:47 +01:00

5 lines
129 B
Ruby

# -*- encoding : utf-8 -*-
class TinyUrl < ActiveRecord::Base
attr_accessible :nbr_views, :slug, :start_at, :stop_at, :url
end