Commit cada686

mo khan <mo@mokhan.ca>
2013-06-08 13:23:13
create categories controller
1 parent 589d753
Changed files (4)
app
assets
javascripts
controllers
helpers
views
categories
app/assets/javascripts/cakes.js.coffee
@@ -1,3 +0,0 @@
-# Place all the behaviors and hooks related to the matching controller here.
-# All this logic will automatically be available in application.js.
-# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
app/controllers/categories_controller.rb
@@ -0,0 +1,5 @@
+class CategoriesController < ApplicationController
+  def index
+    
+  end
+end
app/helpers/cakes_helper.rb
@@ -1,2 +0,0 @@
-module CakesHelper
-end
app/views/categories/index.html.erb