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

Allow to execute CableReady operations on StimulusReflex::Element #489

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
Prev Previous commit
standardize
  • Loading branch information
marcoroth committed Feb 21, 2023
commit 1f38f9e534a52cbc9fd8238f74950738e4e56cf8
3 changes: 1 addition & 2 deletions lib/stimulus_reflex/reflex_factory.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ def create_reflex_from_data(channel, reflex_data)
permanent_attribute_name: reflex_data.permanent_attribute_name,
suppress_logging: reflex_data.suppress_logging,
version: reflex_data.version
}
)
})
end

def reflex_class
Expand Down