Sha256: af0eb09df6dd9047c1a9ebfdef4e8d7522f9c7cb0ce4226d5100e6fc4f0181b5
Contents?: true
Size: 155 Bytes
Versions: 8
Compression:
Stored size: 155 Bytes
Contents
# frozen_string_literal: true Rails.application.routes.draw do resources :posts root to: "posts#index" mount Ckeditor::Engine, at: '/ckeditor' end
Version data entries
8 entries across 8 versions & 2 rubygems