Skip to content

Commit 9a2dcad

Browse files
committed
Remove 'Page' resources; instead, use PlainPage
1 parent ae36612 commit 9a2dcad

File tree

6 files changed

+1
-104
lines changed

6 files changed

+1
-104
lines changed

app/controllers/page_controller.rb

Lines changed: 0 additions & 15 deletions
This file was deleted.

app/models/page.rb

Lines changed: 0 additions & 5 deletions
This file was deleted.

app/views/page/details.html.erb

Lines changed: 0 additions & 9 deletions
This file was deleted.

app/views/page/index.html.erb

Lines changed: 0 additions & 73 deletions
This file was deleted.

app/views/page/thumbnail.html.erb

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/integration/users_login_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def setup
2424
assert_redirected_to scrivito_path(Obj.root)
2525
assert_equal session[:user] , ENV['SCRIVITO_EMAIL']
2626
follow_redirect!
27-
assert_template "page/index"
27+
assert_template "plain_page/index"
2828
end
2929

3030
test "successful login followed by logout with friendly fowordings" do

0 commit comments

Comments
 (0)