Sha256: 4fb2ee0f4f296aa471b0cd357759af792c526a89fbf3f1cb1d4959bb88f761c6

Contents?: true

Size: 375 Bytes

Versions: 3

Compression:

Stored size: 375 Bytes

Contents

- resource = (@_effective_resource || Effective::Resource.new(controller_path))
- @resource = instance_variable_get('@' + resource.name) if resource.name

- if @resource
  .row
    .col-12
      = render_resource_form(@resource)

- begin
  = render partial: 'show_additional'
- rescue ActionView::MissingTemplate
  - Rails.logger.debug "did not find additional show partial"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
five-two-nw-olivander-0.1.2.17 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.16 app/views/application/show.html.haml
five-two-nw-olivander-0.1.2.15 app/views/application/show.html.haml