OSDN Git Service

4b37f7d7c69f3f4c7bacff5f661fe9adfb2fe322
[pettanr/pettanr.git] / lib / manifest / local / view / list_group / list / public.rb
1 module Manifest
2   module View
3     module ListGroupModule
4       class PublicList < Base
5         
6         def init
7           super
8         end
9         
10         def order
11           @model.list_order
12         end
13         
14       end
15       
16     end
17   end
18 end