vasanthakumar-a / Apartment_Rental_Rails

Apartment Rental Application created using Rails 6
1 stars 1 forks source link

Accepting integer for apartment name #10

Open tusharravindran opened 1 year ago

tusharravindran commented 1 year ago

while creating a new apartment the apartment name given in string is also accepted

vasanthakumar-a commented 1 year ago

The apartment Name is text(alphanumeric) so it should be a string(short) and not a textarea(long). I can't understand your issue could you please explain it

mithun30052001 commented 1 year ago

The apartment name can also be Integer