Method: ActiveAdmin::Cms::ContentType.markdown_allowed?

Defined in:
lib/active_admin/cms/content_type.rb

.markdown_allowed?Boolean

Returns:

  • (Boolean)


38
39
40
# File 'lib/active_admin/cms/content_type.rb', line 38

def markdown_allowed?
  @markdown_allowed
end