Class: UsersController

Inherits:
ApplicationController
  • Object
show all
Defined in:
lib/generators/foursquare/authentication/templates/controllers/users_controller.rb

Instance Method Summary collapse

Instance Method Details

#newObject



2
3
4
# File 'lib/generators/foursquare/authentication/templates/controllers/users_controller.rb', line 2

def new
  render text: "<a href='#{new_foursquare_client_path}'><img src='https://playfoursquare.s3.amazonaws.com/press/logo/connect-black.png' /></a>"
end

#showObject



6
7
8
# File 'lib/generators/foursquare/authentication/templates/controllers/users_controller.rb', line 6

def show
  render text: "hello #{current_user.name}"
end