diff options
Diffstat (limited to 'actionview/test/fixtures/actionpack/fun')
-rw-r--r-- | actionview/test/fixtures/actionpack/fun/games/_form.erb | 1 | ||||
-rw-r--r-- | actionview/test/fixtures/actionpack/fun/games/hello_world.erb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/actionview/test/fixtures/actionpack/fun/games/_form.erb b/actionview/test/fixtures/actionpack/fun/games/_form.erb new file mode 100644 index 0000000000..01107f1cb2 --- /dev/null +++ b/actionview/test/fixtures/actionpack/fun/games/_form.erb @@ -0,0 +1 @@ +<%= form.label :title %> diff --git a/actionview/test/fixtures/actionpack/fun/games/hello_world.erb b/actionview/test/fixtures/actionpack/fun/games/hello_world.erb new file mode 100644 index 0000000000..1ebfbe2539 --- /dev/null +++ b/actionview/test/fixtures/actionpack/fun/games/hello_world.erb @@ -0,0 +1 @@ +Living in a nested world
\ No newline at end of file |