Sha256: fecb712d60c99f44200834ea5248ab17026e2a603c613674854ac589e5246424

Contents?: true

Size: 184 Bytes

Versions: 4

Compression:

Stored size: 184 Bytes

Contents

class Views::Resources::New < Views::Resources::Form
  def page_title
    "New #{resource_name}"
  end
  
  def form &block
    form_for resource, url: collection_url, &block
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
alpha-simprini-engine-0.0.4 app/views/resources/new.rb
alpha-simprini-engine-0.0.3 app/views/resources/new.rb
alpha-simprini-engine-0.0.2 app/views/resources/new.rb
alpha-simprini-engine-0.0.1 app/views/resources/new.rb