decko-commons/decko

View on GitHub
mod/layout/set/self/layout_options.rb

Summary

Maintainability
A
0 mins
Test Coverage
def item_names _args={}
  Card.search(type: :layout_type, return: :name) + Card::Layout.built_in_layouts
end