mountain_view
mountain_view copied to clipboard
Keen to use this....only one huge problem: we have Property as a model
Is there a way to override the properties and property method like in a config somewhere? We have Property as a model (properties table).
Hi @corroded, what's the error you're getting?
You should be able to pass property or properties in the second argument hash, and then access it as properties[:property] or properties[:property]
Can you please expand or provide some code example with the issue?
Thanks!