Sha256: 2b33f1bc775583da161ba1cdcf105e886db18e6cda557a02abb9ea64b7e1321c

Contents?: true

Size: 351 Bytes

Versions: 2

Compression:

Stored size: 351 Bytes

Contents

class SimpleFormCell < Cell::ViewModel
  include ActionView::RecordIdentifier
  include ActionView::Helpers::FormHelper
  include SimpleForm::ActionViewExtensions::FormHelper

  # include ActiveSupport::Configurable
  # include ActionController::RequestForgeryProtection # FIXME: this does NOT activate any protection.

  def show
    render
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cells-4.0.1 test/rails4.2/app/cells/simple_form_cell.rb
cells-4.0.0 test/rails4.2/app/cells/simple_form_cell.rb