heylium_app/app/models/quote_content.rb
Nicolas Bally 8e18de4077 initial
2016-08-03 00:22:29 +02:00

16 lines
254 B
Ruby
Executable File

# -*- encoding : utf-8 -*-
class QuoteContent < ActiveRecord::Base
has_one :portlet, :as => :content, :dependent => :destroy
STYLES = []#[["Style 1",1], ["Style 2",2]]
CONTENT_TYPES = ["haml","html"]
def self.picto
"code"
end
end