Experimenting with Netzke/ ExtJS

This commit is contained in:
Jason Denney
2012-12-23 09:02:07 -05:00
parent ead5f7b433
commit d7f5eb26bf
18 changed files with 345 additions and 51 deletions
+3
View File
@@ -1,9 +1,12 @@
class SiteController < ApplicationController
def index
render :inline => "<%= netzke :app_view, :layout => true%>", :layout => "application"
=begin
respond_to do |format|
format.html
end
=end
end
end