Sha256: b0915ec3cc8384996e1a714ec3a7431a5fc0d8d48d4452044ab4feb1337a8dbd
Contents?: true
Size: 493 Bytes
Versions: 7
Compression:
Stored size: 493 Bytes
Contents
SofaGallery.configure do |config| # Just like CMS, photos are uploaded through Paperclip and can support filesystem or s3 storage. # config.upload_photo_options = { :storage => :filesystem } # set the cms admin path if you have changed it for CMS # config.admin_route_prefix = 'admin' # Controller that should be used for admin area # config.admin_controller = 'ApplicationController' # Form builder # config.form_builder = 'SofaGallery::FormBuilder' end
Version data entries
7 entries across 7 versions & 1 rubygems