diff --git a/code-review/examples/learning_culture.html.erb b/code-review/examples/learning_culture.html.erb new file mode 100644 index 0000000..390bf62 --- /dev/null +++ b/code-review/examples/learning_culture.html.erb @@ -0,0 +1,11 @@ + +<% @posts = Post.all %> + +<% @posts.each do |post| %> +

<%= post.title %>

+ +<% end %> diff --git a/code-review/examples/learning_culture.rb b/code-review/examples/learning_culture.rb new file mode 100644 index 0000000..e69de29