Skip to content

Commit

Permalink
Revert dummy changes in Rails files
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Nov 14, 2023
1 parent b44c28d commit 4f52f5a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/models/notion.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# 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: 0 additions & 1 deletion spec/rails_helper.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# 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 4f52f5a

Please sign in to comment.