Render the breadcrumbs view depending wether it is in the admin or in front, allowing the front view to be overriden in app
# File lib/para/breadcrumbs/controller.rb, line 46 def render_breadcrumbs prefix = controller.admin? ? 'para/admin/' : '' render partial: "#{ prefix }shared/breadcrumbs" end