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

2 lines
145 B
Plaintext
Raw Normal View History

2013-04-01 09:06:10 +00:00
<%= f.select :module_app_id, @module_apps.collect { |t| [t.module_name, t.id] }, {:include_blank => true} ,{:rel => admin_module_apps_path } %>