app/controllers/clipster/about_controller.rb in clipster-0.5.2 vs app/controllers/clipster/about_controller.rb in clipster-0.5.3

- old
+ new

@@ -1,8 +1,8 @@ -require_dependency "clipster/application_controller" - -module Clipster - class AboutController < ApplicationController - def index - end - end -end +require_dependency "clipster/application_controller" + +module Clipster + class AboutController < ApplicationController + def index + end + end +end