We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 %>