Class: ActionView::Helpers::FormBuilder

Inherits:
Object
  • Object
show all
Defined in:
app/helpers/cc_licenseable/form_helper.rb

Instance Method Summary collapse

Instance Method Details

#cc_license_selectorObject



4
5
6
# File 'app/helpers/cc_licenseable/form_helper.rb', line 4

def cc_license_selector
  collection_select(:cc_license_id, CcLicenseable::CcLicense.all, :id, :form_title)
end