Sha256: 2fab23c36a294ce0fdcaa6c0838c1a14becfa44b14a8842a3b515e4976323615

Contents?: true

Size: 627 Bytes

Versions: 2

Compression:

Stored size: 627 Bytes

Contents

# rake db:seed:c80_features_01_fill_props

C80Features::Prop.delete_all
C80Features::Prop.create!({
                              bg_image_limit_width:1600,
                              bg_image_limit_height:1600,
                              bg_big_width: 1600,
                              bg_preview_width: 400,
                              bg_preview_height: 280,
                              para_image_limit_width:300,
                              para_image_limit_height:300,
                              para_preview_width: 300,
                              para_preview_height: 300
                          })

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
c80_features-0.1.3.2 db/seeds/c80_features_01_fill_props.rb
c80_features-0.1.3.1 db/seeds/c80_features_01_fill_props.rb