Skip to content

Commit

Permalink
Remove template file extension for Rails 6 compatibility
Browse files Browse the repository at this point in the history
REDMINE-19438
  • Loading branch information
tf committed Sep 18, 2023
1 parent 240be40 commit 03908ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ module PageflowPaged
pageflow_configure do |config|
config.for_entry_type(PageflowPaged.entry_type) do |c|
c.page_types.register(Pageflow::TestPageType.new(name: 'test',
template_path: 'test/page.html.erb'))
template_path: 'test/page'))
end
end

Expand Down

0 comments on commit 03908ac

Please sign in to comment.