Formily.config.setup do |config| # Configure html formily form editor # # Editor height (pixel) # config.editor.height = 500 # # Editor width (pixel) # config.editor.width = 720 # Paperclip config # The full URL of where the attachment is publicly accessible. # config.paperclip.url = '/formily_file/:id/:style_:basename.:extension' # # The files that are assigned as attachments are, by default, placed in the directory specified by this option. # config.paperclip.path = ':rails_root/public/formily_file/:id/:style_:basename.:extension' # # config.paperclip.use_timestamp = false end