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