forked from saurabh/orbit4-5
8 lines
88 B
Ruby
8 lines
88 B
Ruby
|
class MembersController < ApplicationController
|
||
|
def index
|
||
|
end
|
||
|
|
||
|
def show
|
||
|
end
|
||
|
end
|