Method: Cell::Concept.controller_path
- Defined in:
- lib/cell/concept.rb
.controller_path ⇒ Object
16 17 18 |
# File 'lib/cell/concept.rb', line 16 def controller_path @controller_path ||= util.underscore(name.sub(/(::Cell$|Cell::)/, '')) end |