Sha256: 32b31fecd203a51bfbf721f368c547908ee33dbfe2e29c2ce4d4ef25eebc6f32

Contents?: true

Size: 161 Bytes

Versions: 7

Compression:

Stored size: 161 Bytes

Contents

class UsersController < ApplicationController
  before_filter :authenticate_user!

  respond_to :html, :xml

  def show
    respond_with(current_user)
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
janus-0.10.1 test/rails_app/app/controllers/users_controller.rb
janus-0.10.0 test/rails_app/app/controllers/users_controller.rb
janus-0.9.1 test/rails_app/app/controllers/users_controller.rb
janus-0.9.0 test/rails_app/app/controllers/users_controller.rb
janus-0.8.1 test/rails_app/app/controllers/users_controller.rb
janus-0.8.0 test/rails_app/app/controllers/users_controller.rb
janus-0.5.0 test/rails_app/app/controllers/users_controller.rb