Skip to content

refactor: remove Feature::Base, just use Feature::Permissions#13

Merged
lanej merged 3 commits intoEasyPost:masterfrom
lanej:lanej/delete-base
Mar 16, 2023
Merged

refactor: remove Feature::Base, just use Feature::Permissions#13
lanej merged 3 commits intoEasyPost:masterfrom
lanej:lanej/delete-base

Conversation

@lanej
Copy link
Copy Markdown
Member

@lanej lanej commented Sep 13, 2022

  • Use YAML.safe_load
Feature.features[:namespace][:attribute] = Feature::Permissions.new({user_id: { in: [1] })

can now be used to test

```ruby
Feature.features[:namespace][:attribute] =
  Feature::Permissions.new({user_id: { in: [1] })
```

can now be used to test
@lanej lanej merged commit aac65f3 into EasyPost:master Mar 16, 2023
@lanej lanej deleted the lanej/delete-base branch March 8, 2024 15:09
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

Successfully merging this pull request may close these issues.

2 participants