Sha256: 0a13d614b6691267b0beaf6c42a61f1f12bd72111c66e3a029291ea5714cdc48
Contents?: true
Size: 184 Bytes
Versions: 16
Compression:
Stored size: 184 Bytes
Contents
class CheesecakeController < ApplicationController before_filter :authenticate_user! def index @actors = current_subject.contact_actors(:direction => :sent) end end
Version data entries
16 entries across 16 versions & 4 rubygems