module Cell::SelfContained

Enforces the new trailblazer directory layout where cells (or concepts in general) are fully self-contained in its own directory.

Public Instance Methods

self_contained!() click to toggle source
# File lib/cell/self_contained.rb, line 4
def self_contained!
  extend Prefixes
end