Pavlo
Results
2
issues of
Pavlo
my category model looks like: class Category < ActiveRecord::Base has_permalink :name, :param => true .... end this produces: undefined method `find_by_permalink' error as another issue says, to_param method also not...
Hello, got a question here. Let's suppose there is a use case like this: * multi-instance job runners (sharing the same db) * all jobs talk to an external service...
question