forked from fixin.me/fixin.me
Add Measurements tab and #new form
This commit is contained in:
14
app/controllers/measurements_controller.rb
Normal file
14
app/controllers/measurements_controller.rb
Normal file
@@ -0,0 +1,14 @@
|
||||
class MeasurementsController < ApplicationController
|
||||
def index
|
||||
@quantities = current_user.quantities.ordered
|
||||
end
|
||||
|
||||
def new
|
||||
end
|
||||
|
||||
def create
|
||||
end
|
||||
|
||||
def destroy
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user