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