# frozen_string_literal: true class Post < ActiveRecord::Base include Permalink.active_record belongs_to :user end