Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRUDs #1

Open
olvap opened this issue Oct 4, 2012 · 0 comments
Open

CRUDs #1

olvap opened this issue Oct 4, 2012 · 0 comments

Comments

@olvap
Copy link
Member

olvap commented Oct 4, 2012

Creo que lo básico sería.

City
*name
*lat
*lng
*zoom

Pothole
*city_id
*lat
*lng
*address
*description.

Pothole belongs_to :city
City has_many :potholes

En el show de city ponemos el listado de baches para esa ciudad en un mapa de google y el formulario para subir nuevos baches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant