Sha256: ee72f42595ffa148cb1cdcbd309e132134984782bc638f44453facb70696c87d

Contents?: true

Size: 232 Bytes

Versions: 7

Compression:

Stored size: 232 Bytes

Contents

class TiesController < InheritedResources::Base
  respond_to :html, :xml, :js

  before_filter :authenticate_user!, :only => :suggestion

  def suggestion
    @tie = current_subject.suggestion
    render :layout  => false
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
social_stream-0.3.6 app/controllers/ties_controller.rb
social_stream-0.3.5 app/controllers/ties_controller.rb
social_stream-0.3.4 app/controllers/ties_controller.rb
social_stream-0.3.3 app/controllers/ties_controller.rb
social_stream-0.3.2 app/controllers/ties_controller.rb
social_stream-0.3.1 app/controllers/ties_controller.rb
social_stream-0.3.0 app/controllers/ties_controller.rb