Sha256: f1b3492a9ce719fa35246abf2efd101e3e600609a2465ca0da2fe0eaa2843065

Contents?: true

Size: 353 Bytes

Versions: 28

Compression:

Stored size: 353 Bytes

Contents

class NotifyUser::NotificationsController < NotifyUser::BaseNotificationsController 
	def redirect_logic(notification)
		render :text => "set redirect logic in notify_user/notifications_controller.rb"
		#notification redirect logic goes here
		#property = Property.find(@notification.params[:property_id])
		#redirect_to property_url(@property)
	end
end

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
notify_user-0.3.2 app/controllers/notify_user/notifications_controller.rb
notify_user-0.3.1 app/controllers/notify_user/notifications_controller.rb
notify_user-0.1.4 app/controllers/notify_user/notifications_controller.rb
notify_user-0.1.3 app/controllers/notify_user/notifications_controller.rb
notify_user-0.1.2 app/controllers/notify_user/notifications_controller.rb
notify_user-0.1.1 app/controllers/notify_user/notifications_controller.rb
notify_user-0.0.30 app/controllers/notify_user/notifications_controller.rb
notify_user-0.0.29 app/controllers/notify_user/notifications_controller.rb
notify_user-0.0.28 app/controllers/notify_user/notifications_controller.rb
notify_user-0.0.27 app/controllers/notify_user/notifications_controller.rb
notify_user-0.0.26 app/controllers/notify_user/notifications_controller.rb
notify_user-0.0.25 app/controllers/notify_user/notifications_controller.rb
notify_user-0.0.24 app/controllers/notify_user/notifications_controller.rb
notify_user-0.0.23 app/controllers/notify_user/notifications_controller.rb
notify_user-0.0.22 app/controllers/notify_user/notifications_controller.rb
notify_user-0.0.20 app/controllers/notify_user/notifications_controller.rb
notify_user-0.0.19 app/controllers/notify_user/notifications_controller.rb
notify_user-0.0.18 app/controllers/notify_user/notifications_controller.rb
notify_user-0.0.16 app/controllers/notify_user/notifications_controller.rb
notify_user-0.0.15 app/controllers/notify_user/notifications_controller.rb