Sha256: c6d9fe7fb338a6b664f0772951692bbef3f844959d0c6979567ca46eaf492f41
Contents?: true
Size: 344 Bytes
Versions: 7
Compression:
Stored size: 344 Bytes
Contents
CmPageBuilder::Rails::Engine.routes.draw do # Only individual items can be shown and edited. # The only way to access these is through their parent record in the main application, so no index # Their lifecycle is also associated with their parent record's, so no create and destroy resources :pages, only: [:show, :edit, :update] end
Version data entries
7 entries across 7 versions & 2 rubygems