Sha256: 48d2a0b79c69da5460e31937dec46176e7abae381e3a42895ca5462ce84b1020
Contents?: true
Size: 292 Bytes
Versions: 1
Compression:
Stored size: 292 Bytes
Contents
module SofaGalleryHelper def gallery_form_for(record_or_name_or_array, *args, &proc) options = args.extract_options! form_for( record_or_name_or_array, *(args << options.merge(:builder => SofaGallery.config.form_builder.to_s.constantize)), &proc ) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sofa_gallery-0.0.0 | app/helpers/sofa_gallery_helper.rb |