Method: Brightcontent::PageCore::ClassMethods#find_by_path
- Defined in:
- app/models/brightcontent/page_core.rb
#find_by_path(path) ⇒ Object
23 24 25 |
# File 'app/models/brightcontent/page_core.rb', line 23 def find_by_path(path) find_by(slug: sanitize_path(path)) end |