Skip to content

Commit b7c3a27

Browse files
fix: lint
1 parent 1924463 commit b7c3a27

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

app/models/post.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
# fk_rails_... (user_id => users.id)
2424
#
2525
class Post < ApplicationRecord
26-
27-
2826
belongs_to :project
2927
# optional because it can be a system post – achievements, milestones, well-done/magic happening, etc –
3028
# integeration – git remotes – or a user post

app/models/project.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# updated_at :datetime not null
1414
#
1515
class Project < ApplicationRecord
16-
1716
# TODO: reflect the allowed content types in the html accept
1817
ACCEPTED_CONTENT_TYPES = %w[image/jpeg image/png image/webp image/heic image/heif].freeze
1918
MAX_BANNER_SIZE = 10.megabytes

0 commit comments

Comments
 (0)