8 lines
135 B
Ruby
8 lines
135 B
Ruby
class BoostsController < ApplicationController
|
|
include BubbleScoped, BucketScoped
|
|
|
|
def create
|
|
@bubble.boosts.create!
|
|
end
|
|
end
|