1
vote
bracket syntax for Ruby Hashes
This seems like a good place to mention another alternate syntax, using the comma to separate items within braces (using your example):
@seat = Seat.new({:flight_id, @flight.id})
…
