Sha256: d764c9f1587e48652fccfacc8645220b33347ee863f5846fb85248974604a174
Contents?: true
Size: 247 Bytes
Versions: 16
Compression:
Stored size: 247 Bytes
Contents
require_dependency "writefully/application_controller" module Writefully class ProfilesController < ApplicationController before_filter :authenticate_wf_authorship! def edit @authorship = current_wf_authorship end end end
Version data entries
16 entries across 16 versions & 1 rubygems