Sha256: 9b0f17afb2500b4a8cfd550f4f3f3febb822ac424bafa7d1f8ae1b7c2d19e760

Contents?: true

Size: 583 Bytes

Versions: 2

Compression:

Stored size: 583 Bytes

Contents

# rake db:seed:c80_news_01_fill_props

C80News::Prop.delete_all
C80News::Prop.create!({
                          thumb_lg_width: 640,
                          thumb_lg_height: 400,

                          thumb_md_width: 320,
                          thumb_md_height: 200,

                          thumb_sm_width: 80,
                          thumb_sm_height: 50,

                          per_widget: 3,
                          per_page: 6,
                          thumb_preview_width: 250,
                          thumb_preview_height: 164

                      })

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
c80_news-0.1.0.15 db/seeds/c80_news_01_fill_props.rb
c80_news-0.1.0.14 db/seeds/c80_news_01_fill_props.rb