Sha256: 5365d56249a5d4da3e2308230c32d262360b883a50638fde698b9e59e2461981

Contents?: true

Size: 209 Bytes

Versions: 17

Compression:

Stored size: 209 Bytes

Contents

module Binda
  module CategoriesHelper

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

  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
binda-0.1.11 app/helpers/binda/categories_helper.rb
binda-0.1.10 app/helpers/binda/categories_helper.rb
binda-0.1.9 app/helpers/binda/categories_helper.rb
binda-0.1.8 app/helpers/binda/categories_helper.rb
binda-0.1.7 app/helpers/binda/categories_helper.rb
binda-0.1.6 app/helpers/binda/categories_helper.rb
binda-0.1.5 app/helpers/binda/categories_helper.rb
binda-0.1.4 app/helpers/binda/categories_helper.rb
binda-0.1.3 app/helpers/binda/categories_helper.rb
binda-0.1.2 app/helpers/binda/categories_helper.rb
binda-0.1.1 app/helpers/binda/categories_helper.rb
binda-0.1.0 app/helpers/binda/categories_helper.rb
binda-0.0.7 app/helpers/binda/categories_helper.rb
binda-0.0.6 app/helpers/binda/categories_helper.rb
binda-0.0.5 app/helpers/binda/categories_helper.rb
binda-0.0.3 app/helpers/binda/categories_helper.rb
binda-0.0.2 app/helpers/binda/categories_helper.rb