Sha256: 502e49d7dfa2d4936895ad9f45ded4422420d5209e5f300bef0f22e72cf9a750
Contents?: true
Size: 295 Bytes
Versions: 1
Compression:
Stored size: 295 Bytes
Contents
module Ropenlayer class Icon < ActiveRecord::Base set_table_name :ropenlayer_icons belongs_to :mapper, :polymorphic => true #has_attached_file :logo, :styles => { :'48' => "48x48", :'64' => "64x64", :'128' => "128x128", :'256' => "256x256" } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ropenlayer-0.3.0 | lib/ropenlayer/icon.rb |