Skip to content

Commit

Permalink
Merge pull request #38 from tf/rails-7
Browse files Browse the repository at this point in the history
Remove template file extension for Rails 7 compatibility
  • Loading branch information
tf authored Jan 2, 2024
2 parents 4387eb5 + 283baf7 commit e4abfdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pageflow/panorama/page_type.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def file_types
end

def json_seed_template
'pageflow/panorama/page_type.json.jbuilder'
'pageflow/panorama/page_type'
end

def thumbnail_candidates
Expand Down

0 comments on commit e4abfdf

Please sign in to comment.