Module: Videojuicer::Promo

Defined in:
lib/videojuicer/promo/base.rb

Defined Under Namespace

Classes: Audio, Base, Heart, Image, Text, Video

Class Method Summary collapse

Class Method Details

.model_mapObject



3
4
5
6
7
8
9
# File 'lib/videojuicer/promo/base.rb', line 3

def self.model_map
  { :audio  => Videojuicer::Promo::Audio,
    :images => Videojuicer::Promo::Image,
    :texts  => Videojuicer::Promo::Text,
    :videos => Videojuicer::Promo::Video
  }
end