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

Version Path
writefully-0.8.2 app/controllers/writefully/profiles_controller.rb
writefully-0.8.1 app/controllers/writefully/profiles_controller.rb
writefully-0.8.0 app/controllers/writefully/profiles_controller.rb
writefully-0.7.1 app/controllers/writefully/profiles_controller.rb
writefully-0.6.12 app/controllers/writefully/profiles_controller.rb
writefully-0.6.11 app/controllers/writefully/profiles_controller.rb
writefully-0.6.10 app/controllers/writefully/profiles_controller.rb
writefully-0.6.9 app/controllers/writefully/profiles_controller.rb
writefully-0.6.7 app/controllers/writefully/profiles_controller.rb
writefully-0.6.6 app/controllers/writefully/profiles_controller.rb
writefully-0.6.5 app/controllers/writefully/profiles_controller.rb
writefully-0.6.4 app/controllers/writefully/profiles_controller.rb
writefully-0.6.3 app/controllers/writefully/profiles_controller.rb
writefully-0.6.2 app/controllers/writefully/profiles_controller.rb
writefully-0.5.1 app/controllers/writefully/profiles_controller.rb
writefully-0.5.0 app/controllers/writefully/profiles_controller.rb