We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Content blocks can created with as their own pages. To make a block addressable, a developer must do the following:
class Product < ActiveRecord::Base is_addressable path: "/products", template: "product" end
<%= f.input :slug, as: :path %>