Sha256: 08b140bb3d32d28b2182fb0c80241cb6d6d54c80cf8a8d7e628bf90269491c46

Contents?: true

Size: 342 Bytes

Versions: 59

Compression:

Stored size: 342 Bytes

Contents

module Auth::Users::ProfilesHelper

	##@used_in: views/users/profiles/_user_data.html.erb
	##@resource[Object]: a Devise resource
	##@returns[Hash]: a hash with key: resource, value -> jsonified representation of whatever data you want to store for that resource 
	def user_data(resource)
		{resource: {:id => resource.id.to_s}}
	end


	
end

Version data entries

59 entries across 59 versions & 1 rubygems

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