Sha256: fbafcc6a231bbd5fcefdb6f6b9f1091f1c2ac2493da4a69db4f11ca41df39c93
Contents?: true
Size: 495 Bytes
Versions: 4
Compression:
Stored size: 495 Bytes
Contents
ComfyGallery.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 = 'ComfyGallery::FormBuilder' end
Version data entries
4 entries across 4 versions & 1 rubygems