diff --git a/app/controllers/occasions_controller.rb b/app/controllers/occasions_controller.rb index 5ea3c98..ebbd5cf 100644 --- a/app/controllers/occasions_controller.rb +++ b/app/controllers/occasions_controller.rb @@ -12,6 +12,7 @@ def index ############################### # EVENTFINDA gem + # You can implement the "EventFinda" ruby gem and make things nice and neat : ) auth = {:username => "gaproject", :password => "p2sb3nk4g3d7"} response = HTTParty.get('http://api.eventfinda.com.au/v2/events.json?rows=20', :basic_auth => auth)