lib/troo/actions/create_board.rb in troo-0.0.4 vs lib/troo/actions/create_board.rb in troo-0.0.5
- old
+ new
@@ -19,10 +19,10 @@
private
attr_reader :name, :description
def update_boards
- return Troo::BoardPersistence.for(create_board) if create_board
+ return BoardPersistence.for(create_board) if create_board
false
end
def create_board
@board ||= Trello::Board.create(attributes)