Sha256: 31f6e6421a76a516c923e9e601b91709041504e7b95c18ca104a6f63f806d9f7
Contents?: true
Size: 163 Bytes
Versions: 38
Compression:
Stored size: 163 Bytes
Contents
class ApplicationController < ActionController::Base respond_to :json def current_notifiable_user User.find_by_email(params[:user_email]) end end
Version data entries
38 entries across 38 versions & 1 rubygems