Sha256: 40c9f31b591b97f7de3fbfec92893bf1700e1060cb5bee742724fc7c7c137255

Contents?: true

Size: 124 Bytes

Versions: 5

Compression:

Stored size: 124 Bytes

Contents

class TiesController < ApplicationController
  respond_to :html

  before_filter :authenticate_user!

  def index
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
social_stream-base-0.9.1 app/controllers/ties_controller.rb
social_stream-base-0.9.0 app/controllers/ties_controller.rb
social_stream-base-0.8.2 app/controllers/ties_controller.rb
social_stream-base-0.8.1 app/controllers/ties_controller.rb
social_stream-base-0.8.0 app/controllers/ties_controller.rb