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

Map feed is generated manually with json, it should be a Company.as_json() method #48

Open
cera opened this issue Sep 14, 2013 · 3 comments

Comments

@cera
Copy link
Collaborator

cera commented Sep 14, 2013

The page is here:http://weworkinphilly.com/mapfeed

The route file indicates where to find the method which generates the json:

get 'mapfeed' => 'maps#wwip_json'

@bradoyler
Copy link
Contributor

💯 👍

@ghostrocket
Copy link
Collaborator

@cera so basically it just serves a static dump of the feed and needs to be made dynamic?

@cera
Copy link
Collaborator Author

cera commented Sep 16, 2013

@ghostrocket - It's kind of a hack, and not really done in the correct rails way. This issue is really a suggestion to refactor it so it's more consistent with how rails code should be written.

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

No branches or pull requests

3 participants