Skip to content

Commit

Permalink
Implemented pending specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed Jun 3, 2010
1 parent 7d5202f commit 644e5db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/controllers/parking_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ def tickets
@resource = Resource.find(params[:resource][:id])
puts params[:resource][:id]
@tickets = @resource.tickets(params[:parking][:tag])
if @tickets.nil?
flash[:notice] = 'No tickets available'
end
end

def create
Expand Down

0 comments on commit 644e5db

Please sign in to comment.