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

Adding default value to expose #327

Open
rahul404 opened this issue Dec 4, 2019 · 0 comments
Open

Adding default value to expose #327

rahul404 opened this issue Dec 4, 2019 · 0 comments

Comments

@rahul404
Copy link

rahul404 commented Dec 4, 2019

Is there a way to add a default value to expose in case of the value is not present?
For example

expose :tags do |filter|
  filter[:tags].present? ? filter[:tags] : "all"
end

could be replaced by
expose :tags, default: "all"

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

No branches or pull requests

1 participant