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