Skip to content

Commit 4f52f5a

Browse files
committed
Revert dummy changes in Rails files
1 parent b44c28d commit 4f52f5a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/models/notion.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# is it working?
21
class Notion < ApplicationRecord
32
belongs_to :tag, optional: true, touch: true
43
belongs_to :aliased_tag, class_name: 'Tag', optional: true, touch: true

spec/rails_helper.rb

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# frozen_string_literal: true
22

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

0 commit comments

Comments
 (0)