Method: Ezframe::SubEditor#public_default_post

Defined in:
lib/ezframe/sub_editor.rb

#public_default_postObject



23
24
25
# File 'lib/ezframe/sub_editor.rb', line 23

def public_default_post
  return { inject: "##{@class_snake}_tab", body: Html.convert(make_index_page) }
end