Last active
August 24, 2020 19:10
-
-
Save luca-aurelia/d031a8e5ab3ac56d4b4cbcfd03f24cb4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Here's our Application Reflex for reference: | |
class ApplicationReflex < StimulusReflex::Reflex | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class HsApplicationsReflex < ApplicationReflex | |
def toggle_shortlist | |
puts "hi from HsApplicationsReflex#toggle_shortlist" | |
end | |
end | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment