Brian Aberle
Results
2
issues of
Brian Aberle
Is there a way to stub out data with these Airtable model methods? Right now if I do something like `Airtable::Model.find_by(id: {ID})` it returns nil in a test where I...
### Steps to reproduce I'm trying to use `load_and_authorize_resource` after using `before_action :find_area, only: %i[show update]` and it's not enforcing authorization. I know my authorizations are setup correctly because I...