Module: SimplePages::Models::PageAuthor
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/simple_pages/models/page_author.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Instance Method Details
#simple_page_owner_option ⇒ Object
14 15 16 |
# File 'lib/simple_pages/models/page_author.rb', line 14 def simple_page_owner_option "#{self.class.name},#{self.id}" end |