class method
self.signed_stream_verifier_key
Ruby on Rails 2.0.23
Since v1.3.3 Last seen in v2.0.23Signature
self.signed_stream_verifier_key()
No documentation comment.
Source
# File lib/turbo-rails.rb, line 18
def signed_stream_verifier_key
@signed_stream_verifier_key or raise ArgumentError, "Turbo requires a signed_stream_verifier_key"
end
Defined in lib/turbo-rails.rb line 18
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Turbo