This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
orbit-4-1/lib/layout_support.rb

7 lines
93 B
Ruby
Raw Normal View History

module LayoutSupport
def layout
Layout.find_by_name(self.layout_name)
end
end