Sha256: 26fb8f24a8c8ce026d78b383a5421594416ba748c745c8f0c0ba653cbf766c5d
Contents?: true
Size: 194 Bytes
Versions: 12
Compression:
Stored size: 194 Bytes
Contents
module SimpleFormAttachments class Configuration attr_accessor :route def route @route ||= SimpleFormAttachments::Engine.routes.url_helpers.attachments_path end end end
Version data entries
12 entries across 12 versions & 1 rubygems