Sha256: b065698099820de88c2600d8ec02e7dc8a1258f9a16ff38c705c2cd62e001fd7
Contents?: true
Size: 344 Bytes
Versions: 1
Compression:
Stored size: 344 Bytes
Contents
module Blog::ApplicationHelper def comfy_blog_form_for(record_or_name_or_array, *args, &proc) options = args.extract_options! form_for( record_or_name_or_array, *(args << options.merge(:builder => ComfyBlog.config.form_builder.to_s.constantize)), &proc ) end def blog_post_path(post) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
comfy_blog-0.0.0 | app/helpers/blog/application_helper.rb |