Sha256: fdf1fff22946a06793bcf398bba86417e5f740e19bd8d2b28128b5e58082b2af

Contents?: true

Size: 219 Bytes

Versions: 9

Compression:

Stored size: 219 Bytes

Contents

class SpheresController < InheritedResources::Base
  before_filter :authenticate_user!
  load_and_authorize_resource

  respond_to :html, :js

  protected

  def begin_of_association_chain
    current_subject
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
social_stream-base-0.6.3 app/controllers/spheres_controller.rb
social_stream-base-0.6.2 app/controllers/spheres_controller.rb
social_stream-base-0.6.1 app/controllers/spheres_controller.rb
social_stream-base-0.6.0 app/controllers/spheres_controller.rb
social_stream-base-0.5.2 app/controllers/spheres_controller.rb
social_stream-base-0.5.1 app/controllers/spheres_controller.rb
social_stream-base-0.5.0 app/controllers/spheres_controller.rb
social_stream-0.4.6 app/controllers/spheres_controller.rb
social_stream-0.4.5 app/controllers/spheres_controller.rb