Displaying 1 result from an estimated 1 matches for "branchescontroller".
2012 Apr 21
13
issues with changing directory structure in rails3
class BranchesController < ApplicationController
def branch
@branch = Branch.new (params[:branch])
branch_back = @branch.*branch*
end
end
in the model have one *branch.rb*
class Branch
def branch
end
end
In the view have one branches folder, also have the branch.html.erb in that
folder.
<...