We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example:
resources :workflows, only: [:show, :index] do member do Workflow.state_machine.events.map(&:name).each do |event_name| patch event_name end end end
should look like:
resources :workflows, only: [:show, :index] do member do statemachine_member_actions only: [], except: [] end end
The text was updated successfully, but these errors were encountered:
also integrate state scopable concern
Sorry, something went wrong.
No branches or pull requests
Example:
should look like:
The text was updated successfully, but these errors were encountered: