orbit-basic/app/views/admin/module_apps/_app_selector.html.erb

2 lines
145 B
Plaintext

<%= f.select :module_app_id, @module_apps.collect { |t| [t.module_name, t.id] }, {:include_blank => true} ,{:rel => admin_module_apps_path } %>