Skip to content

Commit

Permalink
Change random Rails files to see effects
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Nov 14, 2023
1 parent 162416a commit fe154da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/models/notion.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# is it working?
class Notion < ApplicationRecord
belongs_to :tag, optional: true, touch: true
belongs_to :aliased_tag, class_name: 'Tag', optional: true, touch: true
Expand Down
1 change: 1 addition & 0 deletions spec/rails_helper.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

# This file is copied to spec/ when you run 'rails generate rspec:install'
# Test
require 'spec_helper'
require File.expand_path('../../config/environment', __FILE__)
# Prevent database truncation if the environment is production
Expand Down

0 comments on commit fe154da

Please sign in to comment.