Sha256: 6d79af8ee973a8fa7287859aaab16702bffdf000f43a61262041d7c88666a6da
Contents?: true
Size: 256 Bytes
Versions: 22
Compression:
Stored size: 256 Bytes
Contents
module InputSupport extend ActiveSupport::Concern include RSpec::Rails::HelperExampleGroup def input_for(object, attribute_name, options={}) helper.simple_form_for object, url: '' do |f| f.input attribute_name, options end end end
Version data entries
22 entries across 22 versions & 2 rubygems