forked from saurabh/orbit4-5
change select_tag to select_tag"s"
This commit is contained in:
parent
460e6c82a7
commit
c6dfa3f9a0
|
@ -84,7 +84,7 @@ module OrbitBackendHelper
|
|||
render :partial => '/admin/categories/select_form', :locals => {:f=> f, :module_app=>module_app, :categories=>module_app.categories.enabled }
|
||||
end
|
||||
|
||||
def select_tag(f, module_app)
|
||||
def select_tags(f, module_app)
|
||||
render :partial => '/admin/tags/tag_form', :locals => {:f=> f, :module_app=>module_app, :tags=>module_app.tags }
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue