Module: Binda::CategoriesHelper

Defined in:
app/helpers/binda/categories_helper.rb

Instance Method Summary collapse

Instance Method Details

#get_form_category_urlObject



4
5
6
7
# File 'app/helpers/binda/categories_helper.rb', line 4

def get_form_category_url
	return structure_categories_path if action_name == 'new'
	return structure_category_path  if action_name == 'edit'
end