Skip to content

Commit

Permalink
Save branch attribute for the Reserveration
Browse files Browse the repository at this point in the history
  • Loading branch information
tongueroo committed Dec 7, 2011
1 parent ae14887 commit 7ef9857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/maitre_d/model/reservation.rb
Expand Up @@ -65,7 +65,7 @@ def user


def value def value
{ {
:branch => @attributes[:expires], :branch => @attributes[:branch],
:expires => @attributes[:expires] || expire_at.to_i, :expires => @attributes[:expires] || expire_at.to_i,
:user => @attributes[:user] :user => @attributes[:user]
} }
Expand Down

0 comments on commit 7ef9857

Please sign in to comment.