class Sirens::ComponentView

Public Instance Methods

main_child_view() click to toggle source
# File lib/views/component_view.rb, line 4
def main_child_view()
    @child_views.first
end
main_handle() click to toggle source
# File lib/views/component_view.rb, line 8
def main_handle()
    main_child_view.main_handle
end