Class: ActionView::Helpers::FormBuilder
- Inherits:
-
Object
- Object
- ActionView::Helpers::FormBuilder
- Defined in:
- app/helpers/cc_licenseable/form_helper.rb
Instance Method Summary collapse
Instance Method Details
#cc_license_selector ⇒ Object
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 |