Change room size to capacity

This commit is contained in:
rahul 2017-08-22 22:22:31 +05:30
parent 8bd066afbc
commit 1d575087ea
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
%table.table.table-hover#rooms
%thead
%th Name
%th Size
%th Capacity
%th Actions
%tbody
- @rooms.each_with_index do |room, index|