10 lines
137 B
Ruby
10 lines
137 B
Ruby
class Bubbles::DatePickersController < ApplicationController
|
|
include BubbleScoped, BucketScoped
|
|
|
|
def new
|
|
end
|
|
|
|
def show
|
|
end
|
|
end
|