instance method
root
Ruby on Rails 7.2.3
Since v7.0.10 PrivateSignature
root()
No documentation comment.
Source
# File actioncable/lib/rails/generators/channel/channel_generator.rb, line 122
def root
@root ||= Pathname(destination_root)
end
Defined in actioncable/lib/rails/generators/channel/channel_generator.rb line 122
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::ChannelGenerator