Sha256: d4137b4acaf33ddd2425e7d47a278b59a20ab0960a28acb4654bd7ef24ed3cea

Contents?: true

Size: 830 Bytes

Versions: 35

Compression:

Stored size: 830 Bytes

Contents

module Auth::Shopping::Personalities::PersonalitiesHelper

	## get /new
	def new_personality_path
      main_app.send(Auth::OmniAuth::Path.new_path(Auth.configuration.personality_class))
    end

    ## (PUT/PATCH/GET) - individual personality
    def personality_path(personality)
    	
    	main_app.send(Auth::OmniAuth::Path.show_or_update_or_delete_path(Auth.configuration.personality_class),personality)
    end

	
	##/personalities (GET - all personalities /CREATE - individual personality) 
	def personalities_path
    	main_app.send(Auth::OmniAuth::Path.create_or_index_path(Auth.configuration.personality_class))
    end

    ##/shopping/personalities/:id/edit
    def edit_personality_path(personality)
    	main_app.send(Auth::OmniAuth::Path.edit_path(Auth.configuration.personality_class),personality)
    end

   
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
wordjelly-auth-1.6.0 app/helpers/auth/shopping/personalities/personalities_helper.rb
wordjelly-auth-1.5.9 app/helpers/auth/shopping/personalities/personalities_helper.rb
wordjelly-auth-1.5.8 app/helpers/auth/shopping/personalities/personalities_helper.rb
wordjelly-auth-1.5.7 app/helpers/auth/shopping/personalities/personalities_helper.rb
wordjelly-auth-1.5.6 app/helpers/auth/shopping/personalities/personalities_helper.rb
wordjelly-auth-1.5.5 app/helpers/auth/shopping/personalities/personalities_helper.rb
wordjelly-auth-1.5.4 app/helpers/auth/shopping/personalities/personalities_helper.rb
wordjelly-auth-1.5.3 app/helpers/auth/shopping/personalities/personalities_helper.rb
wordjelly-auth-1.5.2 app/helpers/auth/shopping/personalities/personalities_helper.rb
wordjelly-auth-1.5.1 app/helpers/auth/shopping/personalities/personalities_helper.rb
wordjelly-auth-1.5.0 app/helpers/auth/shopping/personalities/personalities_helper.rb
wordjelly-auth-1.4.9 app/helpers/auth/shopping/personalities/personalities_helper.rb
wordjelly-auth-1.4.8 app/helpers/auth/shopping/personalities/personalities_helper.rb
wordjelly-auth-1.4.7 app/helpers/auth/shopping/personalities/personalities_helper.rb
wordjelly-auth-1.4.6 app/helpers/auth/shopping/personalities/personalities_helper.rb
wordjelly-auth-1.4.5 app/helpers/auth/shopping/personalities/personalities_helper.rb
wordjelly-auth-1.4.4 app/helpers/auth/shopping/personalities/personalities_helper.rb
wordjelly-auth-1.4.3 app/helpers/auth/shopping/personalities/personalities_helper.rb
wordjelly-auth-1.4.2 app/helpers/auth/shopping/personalities/personalities_helper.rb
wordjelly-auth-1.4.0 app/helpers/auth/shopping/personalities/personalities_helper.rb